implicit parallelism - определение. Что такое implicit parallelism
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое implicit parallelism - определение

Найдено результатов: 125
implicit parallelism         
<parallel> A feature of a programming language for a {parallel processing} system which decides automatically which parts to run in parallel. The best way of providing implicit parallelism is still (1995) an active research topic. The problem is to generate the right number of parallel tasks of the right size (or "granularity"). Too many tasks and the system gets bogged down in house-keeping, or memory for waiting tasks runs out, too few tasks and processors are left idle. The best performance is usually achieved with {explicit parallelism} where the programmer can annotate his program to indicate which parts should be executed as independent parallel tasks. (1995-02-16)
Implicit parallelism         
In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler or interpreter to automatically exploit the parallelism inherent to the computations expressed by some of the language's constructs. A pure implicitly parallel language does not need special directives, operators or functions to enable parallel execution, as opposed to explicit parallelism.
Psychophysical parallelism         
PHILOSOPHICAL THEORY THAT MENTAL AND BODILY EVENTS OCCUR TOGETHER, WITHOUT ANY CAUSAL INTERACTION BETWEEN THEM
Parallelism (philosophy); Psycho-Physical Parallelism; Parallelism, Psycho-Physical; Psychophysical Parallelism; Psychophysical Problem; Psychophysical problem
In the philosophy of mind, psychophysical parallelism (or simply parallelism) is the theory that mental and bodily events are perfectly coordinated, without any causal interaction between them. As such, it affirms the correlation of mental and bodily events (since it accepts that when a mental event occurs, a corresponding physical effect occurs as well), but denies a direct cause and effect relation between mind and body.
Implicit stereotype         
UNREFLECTED, MISTAKEN ATTRIBUTIONS TO AND DESCRIPTIONS OF SOCIAL GROUPS
User:Psy463 1029/Implicit stereotype; Implicit stereotypes; Unconscious bias; Implicit bias; Explicit stereotype; Unconscious biases; Implicit biases
In social identity theory, an implicit bias or implicit stereotype, is the pre-reflective attribution of particular qualities by an individual to a member of some social out group.
Implicit function         
FUNCTION DEFINED BY A RELATION OF THE FORM 𝑅(𝑥,𝑦)=0, WHERE 𝑅 IS A FUNCTION OF SEVERAL VARIABLES AND THERE IS A UNIQUE 𝑦 THAT SATISFIES THE RELATION FOR EVERY 𝑥
Implicit differentiation; Implicitly defined; Implicitly defined function; Implicit functions; Implcit differentiation; Explicit function; Implicit plot; Implicit derivative; Implicit & explicit functions; Implicit and explicit functions; Implicit equation; R(x, y)=0; R(x, y, z)=0; Function implicit; Draft:Implicit differentiation
In mathematics, an implicit equation is a relation of the form R(x_1, \dots, x_n) = 0, where is a function of several variables (often a polynomial). For example, the implicit equation of the unit circle is x^2 + y^2 - 1 = 0.
Implicit learning         
  • The human brain. Note the location of the [[hippocampus]], [[hippocampal gyrus]], and [[amygdala]].
IN LEARNING PSYCHOLOGY
User:Anticipator/Implicit learning
Implicit learning is the learning of complex information in an unintentional manner, without awareness of what has been learned. According to Frensch and Rünger (2003) the general definition of implicit learning is still subject to some controversy, although the topic has had some significant developments since the 1960s.
Parallelism         
WIKIMEDIA DISAMBIGUATION PAGE
ParallelIsm; Paralellism; Parallelism (disambiguation)
·noun The quality or state of being parallel.
II. Parallelism ·noun Resemblance; correspondence; similarity.
III. Parallelism ·noun Similarity of construction or meaning of clauses placed side by side, especially clauses expressing the same sentiment with slight modifications, as is common in Hebrew poetry; ·e.g.: --//At her feet he bowed, he fell:/Where he bowed, there he fell down dead. Judg. v.27.
parallelism         
WIKIMEDIA DISAMBIGUATION PAGE
ParallelIsm; Paralellism; Parallelism (disambiguation)
When there is parallelism between two things, there are similarities between them. (FORMAL)
The last thing we should do is make any parallelism between the murderers and their victims.
N-UNCOUNT
parallelism         
WIKIMEDIA DISAMBIGUATION PAGE
ParallelIsm; Paralellism; Parallelism (disambiguation)
1. parallel processing. 2. <parallel> The maximum number of independent subtasks in a given task at a given point in its execution. E.g. in computing the expression (a + b) * (c + d) the expressions a, b, c and d can all be calculated in parallel giving a degree of parallelism of (at least) four. Once they have been evaluated then the expressions a + b and c + d can be calculated as two independent parallel processes. The Bernstein condition states that processes P and Q can be executed in parallel (or in either sequential order) only if: (i) there is no overlap between the inputs of P and the outputs of Q and vice versa and (ii) there is no overlap between the outputs of P, the outputs of Q and the inputs of any other task. If process P outputs value v which process Q reads then P must be executed before Q. If both processes write to some variable then its final value will depend on their execution order so they cannot be executed in parallel if any other process depends on that variable's value. (1995-05-07)
Parallelism (grammar)         
BALANCE WITHIN ONE OR MORE SENTENCES OF SIMILAR PHRASES OR CLAUSES THAT HAVE THE SAME GRAMMATICAL STRUCTURE
Parallel structure; Faulty parallelism; Grammatical parallelism; Parallelism in a series; Parallel construction (grammar)
In grammar, parallelism, also known as parallel structure or parallel construction, is a balance within one or more sentences of similar phrases or clauses that have the same grammatical structure.Gary Blake and Robert W.

Википедия

Implicit parallelism
In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler or interpreter to automatically exploit the parallelism inherent to the computations expressed by some of the language's constructs. A pure implicitly parallel language does not need special directives, operators or functions to enable parallel execution, as opposed to explicit parallelism.